toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]SelectColorCallback
/
Action
Action
public
final
class
Action
extends
AsyncCallbackAction
<
R
>
An action providing a response to the
SelectColorCallback
.
Members
Constructors
Select
Color
Callback.
Action
Link copied to clipboard
public
void
SelectColorCallback.Action
(
Consumer
<
SelectColor.Response
>
consumer
)
Functions
cancel
Link copied to clipboard
public
void
cancel
(
)
Notifies the browser that the user has canceled color selection.
is
Closed
Link copied to clipboard
public
final
boolean
isClosed
(
)
Returns
true
if this action is closed.
select
Link copied to clipboard
public
void
select
(
Color
color
)
Notifies the browser that the user has selected a color.
show
Dialog
Link copied to clipboard
public
void
showDialog
(
)
Tells the browser to display a color picker.